com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpLocation
java.lang.Object
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpLocation
public class PdfCleanUpLocation
- extends Object
Defines the region in PDF document to be erased.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfCleanUpLocation
public PdfCleanUpLocation(int page,
Rectangle region)
PdfCleanUpLocation
public PdfCleanUpLocation(int page,
Rectangle region,
BaseColor cleanUpColor)
- Parameters:
page
- region
- cleanUpColor
- color used to fill cleaned up area.
getPage
public int getPage()
getRegion
public Rectangle getRegion()
getCleanUpColor
public BaseColor getCleanUpColor()
Copyright © 2014. All Rights Reserved.